adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Encryption Class / EncryptString Method / EncryptString(String,Byte[],Byte[]) Method

In This Topic
    EncryptString(String,Byte[],Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function EncryptString( _
       ByVal source As String, _
       ByVal password() As Byte, _
       ByVal ivBytes() As Byte _
    ) As String
    public static string EncryptString( 
       string source,
       byte[] password,
       byte[] ivBytes
    )

    Parameters

    source
    password
    ivBytes
    See Also